diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-04 08:31:31 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-04 08:31:31 +0000 |
| commit | b67e36df49f067cbd5ba899f9fbcc755f38d4b4f (patch) | |
| tree | 5a71c5960f90d988cd509e3ef26bff497a277661 /app/[lng]/evcp/(evcp)/bid/[id]/layout.tsx | |
| parent | b7f54b06c1ef9e619f5358fb0a5caad9703c8905 (diff) | |
(대표님, 최겸, 임수민) 작업사항 커밋
Diffstat (limited to 'app/[lng]/evcp/(evcp)/bid/[id]/layout.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/bid/[id]/layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/bid/[id]/layout.tsx b/app/[lng]/evcp/(evcp)/bid/[id]/layout.tsx index b675aed1..eb5e62d0 100644 --- a/app/[lng]/evcp/(evcp)/bid/[id]/layout.tsx +++ b/app/[lng]/evcp/(evcp)/bid/[id]/layout.tsx @@ -61,7 +61,7 @@ export default async function SettingsLayout({ {/* 4) 입찰 정보가 있으면 번호 + 제목 + "상세 정보" 표기 */} <h2 className="text-2xl font-bold tracking-tight"> {bidding - ? `${bidding.biddingNumber ?? ""} - ${bidding.title}` + ? `입찰 No. ${bidding.biddingNumber ?? ""} - ${bidding.title}` : "Loading Bidding..."} </h2> </div> |
